/*官网app 样式*/
/*header S*/
body{
	overflow: hidden;
}
header{
	height: 72px;
	width: 100%;
	line-height: 72px;
	box-sizing: border-box;
	position: fixed;
	z-index: 99;
}
.logo{
	padding-top: 12px;
}
.nav_box{
	overflow: hidden;
	height: 100%;
}
.nav{
	overflow: hidden;
	height: 100%;
	position: relative;
}
.nav li{
	 float: left;
}
.nav li a{
	font: 16px/68px "microsoft yahei";
	color: #e4e4e4;
	display: inline-block;
	margin: 0 32px;
	box-sizing: content-box;
}
.nav li a.hui_color{
	color: #e4e4e4;
}
.nav li a.j_color{
	color: #ff7426;
}
.nav li a.h_color{
	color: #262525;
}
#run{
	height: 2px;
	width: 44px;
	background-color: #FF7426;
	position: absolute;
	bottom: 0;
	left: 26px;
}
.active{
				display: block;
			}
.nav_header{
	background: rgba(255, 255, 255,1);
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 72px;
	transition: all .3s;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	z-index: 9999;
	box-shadow: 0 1px 3px 2px rgba(231, 231, 231, 1);
}
.nav li .bg{
	color: #ff7426;
}
/*headerE*/
/*banner S*/
.banner{
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.banner video{
	width: 100%;
	height: auto;
	margin-top: -70px;
}
.banner .swiper-container{
    /*height: 380px;*/
	top: 35%!important;
	left: 50%;
	margin-left: -600px;
	position: absolute !important;
	overflow: hidden;
}
.lunbo_content{
    text-align: center;
    font-family: 'Microsoft YaHei';
    box-sizing: border-box;
}
.lunbo_content span{
    font-size: 54px;
    color: #fff;
    font-weight: bold;
    display: block;
    padding-bottom: 46px;
}
.lunbo_content p{
    font-style: normal;
    font-size: 18px;
    color: #fff;
}
.lunbo_a{
	position: absolute;
    text-align: center;
    top: 70%;
    left: 50%;
    margin-left: -107px;
}
.next{
    background-image: url(../img/next.png);
    background-size: 66px 128px;
    left: 10px;
    right: auto;
}
.prev{
    background-image: url(../img/prev.png);
    background-size: 66px 128px;
    right: 10px;
    left: auto;
}
.next,.prev{
	top:14%!important;
	position: absolute;
    top: 22%;
    width: 66px;
    height: 100px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 66px 100px;
    -webkit-background-size: 66px 100px;
    background-size: 66px 100px;
    background-position: center;
    background-repeat: no-repeat;
}
.first{
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.first_a{
    position: relative;
    display: block;
    padding: 12px 70px;
    margin: 0 auto;
    border: 1px solid #fff;
    color:#fff;
    text-align: center;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    overflow: hidden;
    z-index: 9;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    border-radius: 26px;
    cursor: pointer;
}
.first_a span{
    z-index: 9;
    position: relative;
}
.first_a:hover span{
	color: #ff7426;
}
.first_a i{
    background: #fff;
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.first_a:hover i{
    width: 100%;
}
.ban_jump{
	width: 100%;
	background: url(../img/jump.png) no-repeat;
	width: 24px;
	height: 40px;
	bottom: 160px;
	display: inline-block;
	position: absolute;
	left: 50%;
	margin-left: -12px;
	animation: tiao 1.2s infinite ease-in-out;
	-webkit-animation: tiao 1.2s infinite ease-in-out;
	cursor: pointer;
}
/*banner E*/
/*分类 服务 选择 */
section{
	height: 100%;
	overflow: hidden;
}
.classify{
	height: 764px;
	background-color: #FFFFFF;
	overflow: hidden;
}
.cla_top{
	height: 162px;
	position: relative;
	text-align: center;
	padding-top: 40px;
    box-sizing: border-box;
}
.cla_top img{
	vertical-align: top;
}
.cla_top span{
	padding: 0 10px 0 10px;
	font-size: 28px;
	color:#262525;
	display: inline-block;
	font-weight: bold;
}
.cla_top p{
	padding-top: 20px;
	font-size: 14px;
	color:#737373;
}
/*.cla_list{
	overflow: hidden;
}*/
.cla_list li{
	float: left;
	width: 50%;
	padding-bottom: 12px;
}
.list_box{
	width: 590px;
	height: 146px;
	border:  1px solid #e8e8e9;
	overflow: hidden;
	position: relative;
}
.list_box:hover{
	width: 590px;
	height: 146px;
	border:  1px solid #fff;
	overflow: hidden;
	position: relative;
}
.gengduo{

	text-align: center;
}
.gengduo>span{
	padding: 14px 80px;
	border: 1px solid #a2a2a2;
	text-align: center;
	border-radius:24px ;
	margin-top: 42px;
	display: inline-block;
}
.gengduo>span a{
		font-size: 18px;
	color: #636363;
}
.biankuang{
	width: 1px;
	height: 3px;
	position: absolute;
	z-index: 99;
	border-radius:10px;
}
.biankuang_1{
	height: 3px;
	top: -4px;
	left:0px;
	border-left: 1px solid #fcad82;
}
.biankuang_2 {
	width: 0px;
	bottom:-3px;
	left: 0px;
	border-top: 1px solid #fcad82;
}
.biankuang_3{
	height: 0px;
	bottom:0px;
	right:0px;
	border-right: 1px solid #fcad82;
}
.biankuang_4{
	width:0px;
	top:-3px;
	right:0px;
	border-bottom: 1px solid #fcad82;
}
.list_box img{
	width: 132px;
	height: 132px;
	padding-top: 6px;
    cursor: pointer;
    position: relative;
}
.list_box:hover img{
	animation: fls 0.5s;
	-webkit-animation: fls 0.5s;
}
@keyframes fls{
	0%{bottom:0px;}
	50%{bottom:10px;}
	100%{bottom:0px;}
}
@-moz-keyframes fls{
	0%{bottom:0px;}
	50%{bottom:10px;}
	100%{bottom:0px;}
}
@-ms-keyframes fls{
	0%{bottom:0px;}
	50%{bottom:10px;}
	100%{bottom:0px;}
}
@-webkit-keyframes fls{
	0%{bottom:0px;}
	50%{bottom:10px;}
	100%{bottom:0px;}
}
.list_box span{
	display: block;
	font-size: 18px;
	color:#141414;
	padding: 34px 0 16px 0;
}
.list_box p{
	font-size: 14px;
	color:#626262;
	line-height: 20px;
}
/*服务*/
.serve{
	height: 742px;
	background: url(../img/fw_bg.png) no-repeat center;
	background-size: cover;
}
.ser_top{
	height: 162px;
	position: relative;
	text-align: center;
	padding-top: 54px;
    box-sizing: border-box;
}
.ser_top img{
	vertical-align: top;
}
.ser_top span{
	padding: 0 10px 0 10px;
	font-size: 28px;
	color:#262525;
	display: inline-block;
	font-weight: bold;
}
.ser_top p{
	padding-top: 20px;
	font-size: 14px;
	color:#737373;
}
.ser_box{
	height: 388px;
	width: 227px;
	border: 1px solid #d5d5d5;
	text-align: center;
	margin-right: 16px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}
.ser_box:hover{
	border: none;
	animation: fls 1s;
	-webkit-animation: fls 1s;
	box-shadow: 0 5px 5px #eee;
}
/*边框色*/

.biankuangs_1{
	height: 3px;
	top: -4px;
	left:0px;
	border-left: 1px solid #fcad82;
}
.biankuangs_2 {
	width: 0px;
	bottom:-3px;
	left: 0px;
	border-top: 1px solid #fcad82;
}
.biankuangs_3{
	height: 0px;
	bottom:0px;
	right:0px;
	border-right: 1px solid #fcad82;
}
.biankuangs_4{
	width:0px;
	top:-3px;
	right:0px;
	border-bottom: 1px solid #fcad82;
}
.ser_box:hover span{
	color: #ff7425;
}
.ser_box:hover a{
	color: #ff7425;
	border: 1px solid #ff7426;
}
.ser_box img{
	padding: 38px 42px 24px 42px;
	width: 128px;
	height: 128px;
}
.ser_box span{
	font-size: 18px;
	color: #262525;
	font-weight: bold;
}
.ser_box p{
	font-size: 14px;
	color: #626262;
	line-height: 22px;
	padding: 10px 32px 0 32px;
	margin-right: 0;
	height: 94px;
	display: block;
}
.ser_box a{
	padding:6px 24px;
	border: 1px solid #808080;
	border-radius: 20px;
	font-size: 14px;
	color:#646363;
}
.swiper-container1{
	width: 1200px;
	box-sizing: border-box;
	overflow: hidden;
}
.swiper-container1 .swiper-wrapper>.swiper-slide{
	width: 220px!important;
}
.swiper-slide{
	margin-right: 21px!important;
}
/*困惑*/
.perplex{
	height: 1018px;
	background: url(../img/kh_bg.jpg) no-repeat center;
	background-position: cover;

	overflow: hidden;
}
.per_top{
	height: 162px;
	position: relative;
	text-align: center;
	padding-top: 66px;
    box-sizing: border-box;
}
.per_top img{
	vertical-align: top;
}
.per_top span{
	padding: 0 10px 0 10px;
	font-size: 28px;
	color:#fff;
	display: inline-block;
	font-weight: bold;
}
.per_top p{
	padding-top: 20px;
	font-size: 14px;
	color:#fff;
}
.per_list{
	margin-top: 40px;
	height: 100%;

}
.per_list li{
	width: 50%;
	float: left;
}
.per_list img{
    vertical-align: text-top;
    margin-top: -12px;
}
.per_list span{
	font-size: 18px;
	color: #dcdcdc;
    padding-left: 14px;

}
.per_list_info{
	width: 552px;
	background: url(../img/kh_info_bg.png) no-repeat;
	background-size: 552px 150px;
	height: 210px;

}
.per_list_info .per_list_info_p{
	font-size: 14px;
	color: #737373;
	line-height: 24px;
	padding: 46px 44px 32px 44px;
	overflow: hidden;
	height: 150px;
	box-sizing: border-box;
	
}
.per_list_info p:nth-child(1){
	padding:0;
}
.per_list_info p:nth-child(3){
	padding:0;
}
.pre_btn{
	text-align: center;
}
.btn_first{
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.btn_first_a{
    position: relative;
    display: block;
    padding: 12px 70px;
    margin: 0 auto;
    color:#fff;
    text-align: center;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    overflow: hidden;
    z-index: 9;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    border-radius: 26px;
    cursor: pointer;
}
.btn_first a:first-child{
    margin-right: 50px;
   	border:1px solid #fff;
}
.btn_first a:first-child:hover{
   	/*border:1px solid #ff7426;*/
}
.btn_first_a span{
    z-index: 9;
    position: relative;
    padding: 0;
    color: #fff;
}
.btn_first_a i{
    background: #fff;
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.btn_first_a:hover span{
    color:#ff7426;
}
.btn_first_a:hover i{
    width: 100%;
    /*border: 1px solid #ff7426;*/
}
.btn_first_a:hover span{
    color:fff;
}
.btn_second{
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.btn_second_a{
    position: relative;
    display: block;
    padding: 12px 70px;
    margin: 0 auto;
    color:#fff;
    text-align: center;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    overflow: hidden;
    z-index: 9;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
     border-radius: 26px;
     cursor: pointer;
}
.btn_second_a span{
    z-index: 9;
    position: relative;
    padding: 0;
}
.btn_second_a i{
    background: #fff;
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.btn_second_a:hover span{
    color: #ff7426;
}
.btn_second_a:hover i{
    width: 100%;
}
.btn_second a:first-child{
    margin-right: 50px;
   border: 1px solid #fff;
}
.btn_second a:first-child:hover{
   	/*border:1px solid #ff7426;*/
}
.btn_second span{
    color:#fff;
}
/*选择 */
.select{
	height: 772px;
	background-color:#f7f7f7;
}
.sel_top{
	height: 162px;
	position: relative;
	text-align: center;
	padding-top: 50px;
    box-sizing: border-box;
}
.sel_top img{
	vertical-align: top;
}
.sel_top span{
	padding: 0 10px 0 10px;
	font-size: 28px;
	color:#262525;
	display: inline-block;
	font-weight: bold;
}
.sel_top p{
	padding-top: 20px;
	font-size: 14px;
	color:#737373;
}
.sel_content{
	height: 570px;
	position: relative;
	overflow: hidden;
}
.sel_content .rotate{
	width: 666px;
	height: 536px;
	position: absolute;
	left: 50%;
	margin-left:-333px;
}
.rotate_box{
	position: relative;
	height: 100%;
}
.rotate_box img:nth-child(1){
	position: absolute;
	left: 50%;
	margin-left: -177px;
	top: 90px;
	z-index: 66;
	border-radius: 50%;
}
.rotate_box img:nth-child(2){
	position: absolute;
	left: 66px;
	top: 0;
	z-index: 55;
}
.xz{
	transition: 1.5s;
	transform: scale(0.86);
	-ms-transform:scale(0.86); 	/* IE 9 */
	-moz-transform:scale(0.86); 	/* Firefox */
	-webkit-transform:scale(0.86); /* Safari 和 Chrome */
	-o-transform:scale(0.86); 	/* Opera */
	box-shadow: 0 0 50px #3D3D3D;
}
.xzs{
	transition: 1.5s;
	transform: scale(1);
	-ms-transform:scale(1); 	/* IE 9 */
	-moz-transform:scale(1); 	/* Firefox */
	-webkit-transform:scale(1); /* Safari 和 Chrome */
	-o-transform:scale(1); /* Opera */
}
.rotate_box img:nth-child(3){
	position: absolute;
	left: 50%;
/*	margin-left: -262px;*/
	top: 52px;
	z-index: 0;
}
.rotate_box img:nth-child(4){
	position: absolute;
	left: 50%;
	/*margin-left: -333px;*/
	top: 256px;
}
.rotate_box img:nth-child(5){
	position: absolute;
	left: 50%;
	/*margin-left: -252px;*/
	top: 456px;

}
.rotate_box img:nth-child(6){
	position: absolute;
	left: 50%;
	/*margin-left: 200px;*/
	top: 52px;
	z-index: 0;
}
.rotate_box img:nth-child(7){
	position: absolute;
	left: 50%;
	/*margin-left: 268px;*/
	top: 256px;
}
.rotate_box img:nth-child(8){
	position: absolute;
	left: 50%;
	/*margin-left: 188px;*/
	top: 456px;
}


.sel_con_box1{
	position: absolute;
	top: 54px;
	left: 50%;
	float: right;
	text-align: right;
	margin-left: -564px;
}
.sel_con_box1 span{
	font-size: 18px;
	color: #262525;
	font-weight: bold;

}
.sel_con_box1 p{
	padding-top: 12px;
	font-size: 14px;
	color:#737373;
	line-height: 24px;
}
.sel_con_box2{
	position: absolute;
	top: 54px;
	left: 50%;
	float: right;
	text-align: left;
	margin-left: 298px;
}
.sel_con_box2 span{
	font-size: 18px;
	color: #262525;
	font-weight: bold;

}
.sel_con_box2 p{
	padding-top: 12px;
	font-size: 14px;
	color:#737373;
	line-height: 24px;
}
.sel_con_box3{
	position: absolute;
	top: 258px;
	left: 50%;
	float: right;
	text-align: right;
	margin-left: -620px;
}
.sel_con_box3 span{
	font-size: 18px;
	color: #262525;
	font-weight: bold;

}
.sel_con_box3 p{
	padding-top: 12px;
	font-size: 14px;
	color:#737373;
	line-height: 24px;
}
.sel_con_box4{
	position: absolute;
	top: 258px;
	left: 50%;
	float: right;
	text-align: left;
	margin-left: 360px;
}
.sel_con_box4 span{
	font-size: 18px;
	color: #262525;
	font-weight: bold;

}
.sel_con_box4 p{
	padding-top: 12px;
	font-size: 14px;
	color:#737373;
	line-height: 24px;
}
.sel_con_box5{
	position: absolute;
	top: 470px;
	left: 50%;
	float: right;
	text-align: right;
	margin-left: -454px;
}
.sel_con_box5 span{
	font-size: 18px;
	color: #262525;
	font-weight: bold;

}
.sel_con_box5 p{
	padding-top: 12px;
	font-size: 14px;
	color:#737373;
	line-height: 24px;
}
.sel_con_box6{
	position: absolute;
	top: 470px;
	left: 50%;
	float: right;
	text-align: left;
	margin-left: 292px;
}
.sel_con_box6 span{
	font-size: 18px;
	color: #262525;
	font-weight: bold;

}
.sel_con_box6 p{
	padding-top: 12px;
	font-size: 14px;
	color:#737373;
	line-height: 24px;
}
.sel_con_box_text{
	width: 356px;
	position: absolute;
	top: 176px;
	left: 50%;
	margin-left: -178px;
	text-align: center;
	z-index: 66;
}
.sel_con_box_text span{
	font-weight: bold;
	display: block;
	font-size: 28px;
	color:#262525;
	padding-top: 16px;
}
.sel_con_box_text span:nth-child(3){
	font-weight: bold;
	display: block;
	font-size: 28px;
	color:#ff7426;
	padding-top: 16px;
	padding-bottom: 40px;
}
.sel_con_box_text a{
	text-align: center;
	display: block;
	height: 32px;
	line-height: 32px;
	width: 104px;
	font-size: 14px;
	color: #fff;
	background-color: #ff7426;
	border-radius: 25px;
	margin: 0 auto;
}

/*精准定位*/
.position{
	height: 1000px;
	background: url(../img/dw_bg.png) center;
	background-size:cover ;
}
.pos_top{
	height: 130px;
	position: relative;
	text-align: center;
	padding-top: 56px;
    box-sizing: border-box;
}
.pos_top img{
	vertical-align: top;
}
.pos_top span{
	padding: 0 10px 0 10px;
	font-size: 28px;
	color:#eeebe9;
	display: inline-block;
	font-weight: bold;
}
.pos_top p{
	padding-top: 20px;
	font-size: 14px;
	color:#fff;
}
.pos_list{
	overflow: hidden;
}
.pos_list li{
	width: 33.333%;
	float: left;
	height: 360px;
	background-color: #fff;
	text-align: center;
	position: relative;
	box-sizing: border-box;
    margin-top: 46px;

}
.pos_list li:nth-child(2){
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
}
.pos_list li:nth-child(5){
    border-left: 1px solid #c6c6c6;
    border-right: 1px solid #c6c6c6;
}
.pos_list li img{
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -75px;
}
.pos_list li span{
	font-size: 28px;
	color: #595959;
	display: block;
	padding: 84px 0 60px 0;
}
.pos_list li span i{
	font-style: normal;
	font-size: 38px;
	color: #595959;
	font-weight: bold;
}
.pos_list li>i{
	font-style: normal;
	font-size: 18px;
	color: #3d3d3d;
	font-weight: bold;
	display: block;
    padding-top: 36px;
}
.pos_list li i>em{
    font-style: normal;
    font-size: 18px;
    color: #3d3d3d;
    padding-top: 36px;
    font-weight: normal;
}
.pos_list li:hover i>em{
    color: #f8995f;
}
.pos_list li p{
	padding: 14px 62px 40px 68px;
	font-style: normal;
	font-size: 14px;
	color: #626262;
	display: block;
    height: 40px;
    line-height: 20px;
}
.pos_list li a{
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 25px;
	display: block;
	border: 1px solid #808080;
	font-size: 14px;
	color: #626262;
	margin: 0 auto;
}
.pos_list li:hover{
	border-bottom: 6px solid #feb080;
}
.pos_list li:hover .icon-pos-app{
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);		/* IE 9 */
	-webkit-transform: rotate(360deg);	/* Safari and Chrome */
	-o-transform: rotate(360deg);		/* Opera */
	-moz-transform: rotate(360deg);		/* Firefox */

}
.pos_list li:hover span{
	color: #ff7426;
}
.pos_list li:hover i{
	color: #ff7426;
}
.pos_list li:hover a{
	border: 1px solid #ff7426;
	color: #ff7426;
}
/*app 案例*/
.case{
	height: 1134px;
	background-color: #f3f3f3;
}
.case_top{
	height: 162px;
	position: relative;
	text-align: center;
	padding-top: 76px;
    box-sizing: border-box;
	margin-bottom: 20px;
}
.case_top img{
	vertical-align: top;
}
.case_top span{
	padding: 0 10px 0 10px;
	font-size: 28px;
	color:#262525;
	display: inline-block;
	font-weight: bold;
}
.case_top p{
	padding-top: 20px;
	font-size: 14px;
	color:#737373;
}
.case_list{
	padding-top: 40px;
	overflow: hidden;
}
.case_list_ul{
	overflow: hidden;
}
.case_list li{
	width: 25%;
	float: left;
	padding-bottom: 22px;
}
.case_list_ul_img{
	width: 286px;
	position: relative;
	overflow: hidden;
}
.case_list_ul_img img{
	width: 286px;
	height: 236px;
}
.case_list_ul_img .img_sha{
	width: 286px;
	height: 236px;
	position: absolute;
	background: rgba(0,0,0,0.5);
	height: 0;
	bottom: 0;
}
.case_list_ul_img .img_sha0{
	height: 0;
	bottom:0;
}
.case_list_ul_img .img_sha1{
	height: 100%;
	width: 0;
	left:0;
}
.case_list_ul_img .img_sha2{
	height: 100%;
	width: 0;
	right:0;
}
.case_list_ul_img .img_sha3{
	height: 0;
	top:0;
}
.case_list_ul_img .img_sha4{
	height: 0;
	bottom:0;
}
.case_list_ul_img .img_sha5{
	height: 100%;
	width: 0;
	left:0;
}
.case_list_ul_img .img_sha6{
	height: 100%;
	width: 0;
	right:0;
}
.case_list_ul_img .img_sha7{
	height: 0;
	top:0;
}
.case_list_ul li:hover .img_sha{
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.case_list_ul li:hover img:nth-child(2){
   	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
	transform: scale(1.2);
	-ms-transform:scale(1.2); 	/* IE 9 */
	-moz-transform:scale(1.2); 	/* Firefox */
	-webkit-transform:scale(1.2); /* Safari 和 Chrome */
	-o-transform:scale(1.2); 	/* Opera */
}
.case_list_ul_img img:nth-child(1){
	width: 94px;
	height: 94px;
	position: absolute;
	top: 66px;
	left: 50%;
	margin-left: -47px;
	z-index: 66;
	border-radius: 16px;
}
.case_list_ul_info{
	background-color: #fff;
	height: 146px;
	width: 286px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	padding:14px 16px 26px 16px;
	box-sizing: border-box;

}
.case_list_ul_info span{
	font-size: 14px;
	color: #737373;
	display: block;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px dashed #d8d8d8;
	overflow: hidden;
}
/*合作伙伴*/
.partner{
	height: 764px;
	background-color: #1c1c1c;
}
.par_top{
	height: 162px;
	position: relative;
	text-align: center;
	padding-top: 76px;
    box-sizing: border-box;
}
.par_top img{
	vertical-align: top;
}
.par_top span{
	padding: 0 10px 0 10px;
	font-size: 28px;
	color:#eeebe9;
	display: inline-block;
	font-weight: bold;
}
.par_top p{
	padding-top: 20px;
	font-size: 14px;
	color:#737373;
}
.par_imgs{
	overflow: hidden;
	padding-top: 44px;
}
.par_imgs li{
	float: left;
}
.par_imgs ul{
	overflow: hidden;
	background-color: #fff;
	width: 1190px;
}
.tabs li a{
	overflow: hidden;
}
.par_imgs img{
	float: left;
	padding:0;
	margin: 0;
	height: 170px;
	width: 170px;
}
.par_imgs_cen{
	float: left;
	height: 156px;
	width: 492px;
	background-color: #fff;
	margin: 6px 8px;
	box-sizing: border-box;
	z-index: 66;
	position: relative;
	box-sizing: border-box;
}
.par_imgs .hover_li{
	animation: par 1s;
	box-shadow: 0 0 16px  #CCCCCC inset;
}
/*@keyframes par{
	0%{bottom: 0;}
	100%{bottom: 6px}
}
@-webkit-keyframes par{
	0%{bottom: 0;}
	100%{bottom: 6px}
}
@-ms-keyframes par{
	0%{bottom: 0;}
	100%{bottom: 6px}
}
@-moz-keyframes par{
	0%{bottom: 0;}
	100%{bottom: 6px}
}*/
.par_imgs li:nth-child(10){
	border: 1px solid #B8B8B8;
}
.par_imgs_cen img{
	width: 22px;
	height: 22px;
}
.par_imgs_cen img:nth-child(4){
	width: 60px;
	height: 60px;
	float: right;
	margin-top: -26px;
	margin-right: 30px;
}
.par_imgs_cen p{
	text-align: left;
	padding:22px 22px 16px 26px;
	font-size: 14px;
	color: #525252;
	line-height: 24px;
}
.par_imgs_cen span{
	font-size: 14px;
	color: #222124;
    padding-left: 26px;
}
/*关于犇犇*/
.intro{
	height: 894px;
	background: url(../img/gy_bg.png) no-repeat center;
	background-size: cover;
}
.int_top{
	height: 162px;
	position: relative;
	text-align: center;
	padding-top: 38px;
    box-sizing: border-box;
}
.int_top img{
	vertical-align: top;
}
.int_top span{
	padding: 0 10px 0 10px;
	font-size: 28px;
	color:#262525;
	display: inline-block;
	font-weight: bold;
}
.int_top p{
	padding-top: 20px;
	font-size: 14px;
	color:#737373;
}
.intro_top{
	height: 448px;
	position: relative;
}
.intro_top>img{
	position: absolute;
	left: 0;
	width: 98%;
	height: 448px;
	float: left;
	z-index: 1;
	cursor: pointer;
}
/**/
.intro_line{
	padding: 16px;
	float: right;
	border: 1px solid #d9d9d9;
	margin-top: 38px;
}
.intro_top_r{
	width: 604px;
	height: 366px;
	padding: 20px 44px 0 74px;
	box-sizing: border-box;
	z-index: 666;

}
.intro_top_r span{
	font-size: 18px;
	color:#424242;
	margin-bottom: 22px;
	font-weight: bold;
}
.intro_top_r p{
	font-size: 14px;
	color:#696969;
	line-height: 28px;
	padding-top: 24px;
}
.intro_top_r>img{
	width: 33px;
	height: 33px;
	float: right;
}
.intro_list{
	overflow: hidden;
	padding-top: 40px;
}
.intro_list li{
	width: 25%;
	float: left;
	position: relative;
}
.intro_list li img{
	width: 286px;
	height: 202px;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.intro_list li .img_shadow{
    background:url(../img/team_bg.png) no-repeat;
    background-size: 286px 202px;
    width: 286px;
    height: 202px;
    position: absolute;
    bottom:0;
    height: 0;
}
.intro_list li .img_shadow1{
	top: 0;
}
.intro_list li .img_shadow2{
	bottom: 0;
}
.intro_list li .img_shadow3{
	top: 0;
}
/*.intro_list li:hover .img_shadow{
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1.06);
	-ms-transform:scale(1.06); 	/* IE 9 */
	/*-moz-transform:scale(1.06); 	/* Firefox */
	/*-webkit-transform:scale(1.06); /* Safari 和 Chrome */
	/*-o-transform:scale(1.06);
}*/
.intro_list li:hover img{
	transform: scale(1.06);
	-ms-transform:scale(1.06); 	/* IE 9 */
	-moz-transform:scale(1.06); 	/* Firefox */
	-webkit-transform:scale(1.06); /* Safari 和 Chrome */
	-o-transform:scale(1.06); 	/* Opera */
}
/*最新资讯*/
.news{
	height: 748px;
}
.news_line{
	width: 100%;
	border-top: 1px solid #e2e2e2;
}
.news_info{
	overflow: hidden;
}
.news_info_left{
	width: 630px;
	height: 100%;
	border-right: 1px solid #E2E2E2;
	padding: 70px 40px 0 0;
	float: left;
}
.news_info_left ul{
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
}
.news_info_left li{
	float: left;
	padding: 0 10px 14px 10px;
}
.news_info_left li a{
	font-size: 22px;
	color:#262525;
}
.news_info_left li a.new_a{
	color:#ff7426;
}
.news_info_left li.new_li{
	border-bottom: 2px solid #ff7426;
}
.news_info_left img{
	float: right;
	cursor: pointer;
}
.news_info_left_bot{
	overflow: hidden;
	padding-top: 30px;
}
.news_info_left_bot span:nth-child(1){
	padding-top: 18px;
	font-size: 46px;
	color: #333;
	float: left;
	font-style: initial;
}
.news_info_left_bot span:nth-child(1).span_data{
	color: #ff7426;
}
.news_info_left_bot span i.span_data{
	color: #ff7426;
}
.news_info_left_bot span i{
	font-size: 22px;
	color: #333;
	display: block;
	font-style: normal;
}
.bot_imgBox{
	border: 1px solid #EEEBE9;
	width: 176px;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	box-sizing: border-box;
	text-align: center;
	padding: 5px;
	float: left;
	margin-left: 18px;
	overflow: hidden;
}
.bot_imgBox>img{
	margin-top: 0;;
	width: 166px;
	height: 90px;
}
.bot_imgBox>img:hover{
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-animation: scale(1.2);
	-ms-transform:scale(1.2);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.bot_right{
	overflow: hidden;
	padding:14px 10px;
	font-style: initial;
}
.bot_right a{

}
.news_info_left_bot .bot_right span{
	font-size: 18px!important;
	color: #2f2f2f;
	padding-top: 0;
	display: block;
	float: none;
}
.news_info_left_bot .bot_right span.new_span{
	color: #ff7426;
}
.bot_right p{
	font-size: 12px;
	color: #6a6a6a;
	padding-top: 20px;
	line-height: 22px;
}
.news_info_right{
	float: left;
	padding: 70px 0 0 40px;
}
.info_right_top{
	height: 37px;
	width: 450px;
	border-bottom: 1px solid #E2E2E2;
}
.info_right_top span{
	font-size: 22px;
    color: #262525;
    font-style: normal;
}
.info_right_top img{
	float: right;
}
.info_right_botom{
	padding-top: 38px;
}
.info_right_botom p{
	width: 450px;
}
.info_right_botom_span{
	background-color: #f2f2f2;
	height: 30px;
	line-height: 30px;
	position: relative;
    margin-left: 20px;
    padding-left: 16px;
}
.info_right_botom_span img{
	position: absolute;
	top:0;
	left: -20px;
}
.info_right_botom_span span{
	font-size: 14px;
	color: #5b5a5a;
	cursor:pointer;
}
.info_right_botom_span span a{
	color: #2f2f2f;
	font-style: normal;
}
.info_right_botom_span span a.h_color{
	color: #FF7426;
}
.info_right_botom_span span.new_span{
	color: #ff7426;
}
.info_right_botom p{
	padding: 20px 20px 0 20px;
	font-size: 14px;
	line-height: 26px;
	color: #5b5a5a;
	box-sizing: border-box;
	font-style: normal;
}
footer{/*width: 100%;*//*height: 860px;*/background: url(../img/beijing36.png) no-repeat;background-size: 100% 100%;}
.footer_tit{height: 175px;text-align: center;line-height: 275px;}
.footer_tit span{font-size: 26px;color: #ffffff;font-style: normal;}
.footer_tit p{font-size: 31px;color: #ffffff;display: inline;}
.footer_main_top{height: 120px;background: url(../img/beijing39.png)no-repeat 0 100%;}
.footer_main{height: auto;}
.ft_mn_topul li:hover i{animation: flipInX 1s;}
.ft_mn_topul li{width: 375px;height: 120px;float: left;color: #cccccc;position: relative;}
.ft_mn_topli1 div{width: 100%;height: 44px;position:absolute;top:50%;left: 50%;margin-top: -22px;margin-left: -130.5px;}
.ft_mn_topli1 span{overflow:hidden;text-align: left;}
.ft_mn_topli1 span p{font-size: 13px;font-style: normal;}
.ft_mn_topli1 span a{font-size: 16px;margin-top: 5px;display: inline-block;color: #cccccc;font-style: normal;}
.ft_mn_topli1 i{width: 37px;height: 40px;background: url(../img/beijing37.png)no-repeat;float: left;margin-right: 40px;font-style: normal;}
.ft_mn_topli1 .ft_mn_topli{width: 50px;height: 38px;background: url(../img/beijing38.png)no-repeat;}
.ft_mn_topli01{background: url(../img/beijing40.png)no-repeat 100% 50%;}
.ft_mn_topli2{background: url(../img/beijing40.png)no-repeat 100% 50%;}
.footer_main_bom{height: auto;clear: both;overflow:hidden}
.ft_mn_bomlf{width: 645px;float: left;background: url(../img/beijing41.png)no-repeat 100% 0%;margin-top:34px}
.ft_mn_bomlf ul h6{font-size: 15px;color: #ffffff;margin-bottom: 30px;font-style: normal;}
.ft_mn_bomlf ul li{margin-bottom: 15px;font-style: normal;}
.ft_mn_bomlf ul a:hover{color: #ffffff;font-style: normal;}
.ft_mn_bomlf ul a{font-size: 13px;color: #cccccc;}
.ft_mn_bomlf ul{height: 100%;width: 70px;float: left;margin-right: 55px;font-style: normal;}
.ft_mn_bomrt{float: right;}
.ft_mn_bomrttop{color: #cccccc;height: auto;font-size: 13px; padding-top:20px}
.ft_mn_bomrttop span{color:#ff6600;font-size: 24px;font-style: normal;}
.ft_mn_bomrttop p{
	font-style: normal;
}
.item_span{
	font-style: normal;
}
.ft_mn_wei p{
	font-style: normal;
}
.ft_mn_bomrtp1{margin-bottom: 10px;font-style: normal;}
.ft_mn_bomrttop i{width: 18px;height: 18px;margin-right: 12px;display: inline-block;
    vertical-align: middle;font-style: normal;}
.ft_mn_bomrttl{background: url(../img/beijing43.png)no-repeat ;}
.ft_mn_bomrtem{background: url(../img/beijing44.png)no-repeat;}
.ft_mn_bomrtdw{background: url(../img/beijing45.png)no-repeat;}
.ft_mn_bomrtbom{background: url(../img/beijing42.png)no-repeat 0 0;height: auto;   overflow:hidden}
.ft_mn_bomrtboml{float: left;padding-top: 40px;margin-left: 35px;}
.ft_mnxa:hover{border: 1px solid #008bd2;color: #ffffff;}
.ft_mnxa{width: 155px;height: 35px;border: 1px solid #008bd2;line-height: 35px;color: #ffffff;}
.ft_mnxsp{font-size: 13px;}
.item_center .item_more{
    position: relative;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    z-index: 9;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.ft_mnxa {
    width: 155px;
    height: 35px;
    border: 1px solid #008bd2;
    line-height: 35px;
    color: #ffffff;
}
.item_center .item_more:hover .item_i {
    width: 100%;
}
.item_center .item_more:hover .item_i {
    width: 100%;
}
.item_center .item_more .item_i {
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -99;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.ft_mnxi {
    background: #008bd2;
}
.ft_mnxi{background: #008bd2;}
.ft_mnx{margin-bottom: 28px;}
.item_more .ft_mnxm{width: 16px;height: 16px;background: url(../img/beijing46.png)no-repeat;margin-right: 15px;margin-bottom: 3px;display: inline-block;vertical-align: middle;}
.ft_mnja:hover{border: 1px solid #ff6600;color: #ffffff;}
.ft_mnja{width: 155px;height: 35px;border: 1px solid #ff6600;line-height: 35px;color: #ffffff;}
.ft_mnjsp{font-size: 13px;}
.ft_mnji{background: #ff6600;}
.item_more .ft_mnjs{width: 16px;height: 16px;background: url(../img/beijing47.png)no-repeat;margin-right: 15px;margin-bottom: 3px;display: inline-block;vertical-align: middle;}
.ft_mn_bomrtbomr{width: 111px;height: 158px;float: right;font-size: 13px;text-align: center;color: #cccccc;margin-right: 45px;}
.ft_mn_bomrtbomr i{width: 111px;height: 111px;background: url(../img/图片1.png)no-repeat;margin-bottom: 5px;display:inline-block;margin-top: 20px;background-size:100%;}
.ft_di{height: 78px;background: url(../img/beijing49.png)no-repeat;text-align: center;font-style: normal;line-height: 78px;}
.ft_di span{color: #ffffff;font-size: 13px;margin-right: 60px;width: 310px;height: 77px;line-height: 40px;display: inline-block;font-style: normal;}




 .right_bar {
	height: 480px;
	width: 76px;
	position: fixed;
	top: 15%;
	right: 40px;
	z-index: 999;
}
.close_side{
	position: absolute;
	top: -7px;
	right: -3px;
	height: 16px;
	width: 16px;
	background: #ff0000;
	background-size: 100% 100%;
	overflow: hidden;
	z-index: 999;
	border-radius: 50%;
	box-shadow: 0 0 8px 4px rgba(24, 115, 251, 0.15);
	cursor: pointer;
}

/*悬浮微信开始*/
.right_bar a.cart:hover .pic{display:block;}

.right_bar .cart .pic {
    background-repeat:no-repeat;
    display:none;
    position: absolute;
    left: -160px;
    top: 0px;
    width: 160px;
    height: 160px;
    background:url(../img/82701499134482190wxcode001.jpg);
}
 /*悬浮微信结束*/
.right_bar a {
	position: relative;
	display: block;
	height: 80px;
	width: 72px;
	text-align: center;
	margin: 0 auto;
	box-shadow: 0 0 8px 4px rgba(24, 115, 251, 0.15);
	color: #fff;
	font-size: 12px;
}
.right_bar a span {
	display: inline-block;
	margin-top: 54px;
}

.right_bar a span {
	color: #fff;
	font-size: 12px;
}
.right_bar a.f1 {
	background: url(../img/right1.png) no-repeat center 0;
	background-size: 100% 100%;
}
.right_bar a.f8 {
	background: url(../img/图片1.png) no-repeat center 0;
	background-size: 100% 100%;
    width: 100px;
    height: 100px;
    margin-left: -12px;
}
.right_bar a.f2 {
	/*background: url(../img/right2.png) no-repeat center 0;*/
	/*background-size: 100% 100%;*/
	padding-top: 15px;
}

.right_bar a.f3 {
	background: url(../img/right3.png) no-repeat center 0;
	background-size: 100% 100%;
}

.right_bar a.f4 {
	/*background: url(../img/hl.png) no-repeat center 0;*/
	/*background-size: 100% 100%;*/
}

.right_bar a.f5,
.right_bar a.f4 {
	background: #327CFF;
}

.right_bar a.f5>img,
.right_bar a.f4>img {
	margin-top: 12px;
}

.right_bar a.f4,
.right_bar a.f5 {
	border-bottom: 2px solid #e3edfe;
}

.right_bar a.f4 {
	border-top: 2px solid #e3edfe;
}

.f5>span,
.right_bar a.f4>span {
	margin-top: 10px!important;
}

.right_bar a.f6 {
	background: url(../img/back.png) no-repeat center 0;
	background-size: 100% 100%;
}
.left_bar a.l1 img,
.l2 img,
.l3 img,
.l4 img,
.l5 img {
	margin: 20px 0 10px 0;
}

.left_bar>a:first-child {
	border: none;
	width: 110px;
	height: 110px;
	background: url(../img/red.png) 100% no-repeat;
}

.f2 {
	width: 72px;
	height: 80px;
	background: url(../img/red.png) 100% no-repeat;
}

.l1>span {
	color: white!important;
	margin-top: 0!important;
}

.f2>span {
	margin-top: 10px!important;
}

.right_bar a .hot_tel {
	display: none;
	position: absolute;
	right: 100%;
	top: 0px;
	height: 78px;
	line-height: 78px;
	padding: 0 30px;
	border-radius: 8px 0 0 8px;
	box-shadow: 0 0 8px 4px rgba(24, 115, 251, 0.15);
	background: #327cff;
	color: #fff;
	white-space: nowrap;
}

.on_color{color: rgb(255, 116, 38)!important;border: 1px solid rgb(255, 116, 38)!important;}

.anli_list li{width:45px}
.cla_top{height:180px}
.case_list{padding-top:30px}
.cla_search input{font-size:16px;color:#848484;height:38px;line-height:38px;width:146px;border-radius:16px;background-color:inherit;border:1px solid silver;margin-right:18px;outline:0;cursor:pointer;font-family:"Microsoft Yahei";margin-bottom:18px}
.cla_search input:hover{color:#ff7426;border:1px solid #ff7426}
.case{height:auto}